home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / gcc / ixemulsdk.lha / man / cat3 / utime.0 < prev    next >
Text File  |  1992-08-10  |  1KB  |  67 lines

  1.  
  2. UTIME(3)                   UNIX Programmer's Manual                   UTIME(3)
  3.  
  4. NNAAMMEE
  5.      uuttiimmee - set file times
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyyss//ttyyppeess..hh>>
  9.  
  10.      _i_n_t
  11.      uuttiimmee(_c_o_n_s_t _c_h_a_r _*_f_i_l_e, _c_o_n_s_t _s_t_r_u_c_t _u_t_i_m_b_u_f _*_t_i_m_e_p)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      TThhiiss iinntteerrffaaccee iiss oobbssoolleetteedd bbyy uuttiimmeess((22)) ..  IItt iiss aavvaaiillaabbllee ffrroomm tthhee ccoomm¡¡
  15.      ppaattiibbiilliittyy lliibbrraarryy,, lliibbccoommppaatt..
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      The uuttiimmee() function sets the access and modification times of the named
  19.      file from the structures in the argument array _t_i_m_e_p.
  20.  
  21.      The calling process's effective user ID must match the owner of the file
  22.      or must be the super¡user.
  23.  
  24. SSEEEE AALLSSOO
  25.      utimes(2),  stat(2)
  26.  
  27. HHIISSTTOORRYY
  28.      A uuttiimmee() function appeared in Version 7 AT&T UNIX.
  29.  
  30. 4th Berkeley Distribution       April 19, 1991                               1
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.